ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / GroupBy Method / GroupBy(KeyValuePair<DataGridColumn,DataGridSortDirection>[]) Method
Pairs of columns and group directions.

In This Topic
    GroupBy(KeyValuePair<DataGridColumn,DataGridSortDirection>[]) Method
    In This Topic
    Groups the data by the specified columns and directions.
    Syntax
    'Declaration
     
    
    Public Overloads Sub GroupBy( _
       ByVal ParamArray columns() As KeyValuePair(Of DataGridColumn,DataGridSortDirection) _
    ) 

    Parameters

    columns
    Pairs of columns and group directions.
    Exceptions
    ExceptionDescription
    This exception is raised whether the collection view is not ready to execute a group operation.
    See Also